home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds.fmt / h2ph.man < prev    next >
Text File  |  1992-08-13  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. H2PH                      User Commands                      H2PH
  5.  
  6.  
  7.  
  8. NNAAMMEE
  9.      h2ph - convert .h C header files to .ph Perl header files
  10.  
  11. SSYYNNOOPPSSIISS
  12.      hh22pphh [[hheeaaddeerrffiilleess]]
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.      _h_2_p_h converts any C header files specified to the
  16.      corresponding Perl header file format.  It is most easily
  17.      run while in /usr/include:
  18.  
  19.           cd /usr/include; h2ph * sys/*
  20.  
  21.      If run with no arguments, filters standard input to standard
  22.      output.
  23.  
  24. EENNVVIIRROONNMMEENNTT
  25.      No environment variables are used.
  26.  
  27. FFIILLEESS
  28.      /usr/include/*.h
  29.      /usr/include/sys/*.h
  30.      etc.
  31.  
  32. AAUUTTHHOORR
  33.      Larry Wall
  34.  
  35. SSEEEE AALLSSOO
  36.      perl(1)
  37.  
  38. DDIIAAGGNNOOSSTTIICCSS
  39.      The usual warnings if it can't read or write the files
  40.      involved.
  41.  
  42. BBUUGGSS
  43.      Doesn't construct the %sizeof array for you.
  44.  
  45.      It doesn't handle all C constructs, but it does attempt to
  46.      isolate definitions inside evals so that you can get at the
  47.      definitions that it can translate.
  48.  
  49.      It's only intended as a rough tool.  You may need to dicker
  50.      with the files produced.
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sprite v1.0              August 8, 1990                         1
  64.  
  65.  
  66.  
  67.